home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_09_05
/
9n05031b
< prev
next >
Wrap
Text File
|
1990-11-10
|
325b
|
17 lines
Display *display;
Window window;
Window parent_window;
int x, y;
unsigned int width, height, border_width;
unsigned long border_color, background_color;
window = XCreateSimpleWindow( display,
parent_window,
x, y,
width, height,
border_width,
border_color,
background_color );